home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / update24.arc / TERSE24.DOC < prev    next >
Encoding:
Text File  |  1986-05-09  |  3.0 KB  |  70 lines

  1. UPDATE Command         UpDate v2.4 /compiled 9 May 86
  2. --------------         ------
  3.  
  4. Purpose: Copy new or freshly changed/added files from any (hard/floppy/RAMdsk)
  5.     sources to any (hard/floppy) destinations
  6.  
  7. Table of UpDate variables:
  8.         Function                                        Implementation
  9.         --------                                        --------------
  10. Current Date/Time                    DOS
  11. Alter Last Backup Date and Time                Runtime
  12. Directory to Copy        [Path specification]    PATHS.CNF
  13. Filename to Copy         [Path specification]    PATHS.CNF
  14. Filename to Skip (Omit-Copy)          [ &S Path spec]    PATHS.CNF
  15. Directory to Copy to Floppies Only    [ &F Path spec]    PATHS.CNF
  16. Directory to Copy to Hard-Disk Only   [ &H Path spec]    PATHS.CNF
  17. Copy Old-Date Files                    UPDATE N
  18. Hard Disk Only UpDate        All Files            Runtime/LASTDATE.CNF
  19. Floppy Only UpDates        All Files            Runtime/LASTDATE.CNF
  20. Floppy AND Hard UpDates        All Files            Runtime/LASTDATE.CNF
  21. Optional Copy/Skip Control  [Universal/Selective mode]    Runtime/LASTDATE.CNF
  22. Delete File            [Selective mode only]    Runtime
  23.  
  24. UpDate System Filenames (ARCed on this diskette):
  25.     UPDATE.BAT        Program
  26.     UP.EXE            Program
  27.     TERSE.DOC        Documentation
  28.     PROLIX.DOC        Documentation
  29. Setup Files (interactively Installed/Created by <UpDate+User>):
  30.     PATHS.CNF        List [Sub]Dirs and/or Filenames to UpDate
  31.     LASTDATE.CNF        Record Last Execution Time & Setup Parameters
  32.  
  33.  
  34. Installation Procedure:
  35.  1)  Locate the two UpDate program files (UPDATE.BAT, UP.EXE) together in any
  36.     (sub)directory
  37.  2)  Run (from DOS) command UPDATE T to create PATHS.CNF
  38.  3)  Specify each source drive and dir [+ optional filenames] to monitor
  39.     PATHS.CNF source spec usage:
  40.        d:\[path][filename.ext] [&options]
  41.         options: &F - copy specified directory to floppy backups only
  42.              &H - copy specified directory to hard backups only
  43.              &S - skip specified filename (do NOT copy)
  44.  
  45.             Example PATH.CNF Specs:
  46.             ----------------------
  47.     C:\            - monitor all root dir files
  48.     C:\TEXTS        - monitor all \TEXTS subdirectory files
  49.     C:\TEXTS &F            but copy only to floppy backup diskettes
  50.     C:\TEXTS\*.D?C        - monitor all DOC/DQC/D?C extensions
  51.     C:\TEXTS\DULL.DOC &S        but skip file DULL.DOC
  52.         N.B.        - NO wildcards (?.*) with &S skip-file option
  53.         ====
  54.  4)  REQUIRED test, DOS command UPDATE T   (Reorganizes PATHS.CNF spec file)
  55. [5a) Run command UPDATE N, to copy newly-added files of older date]
  56.  5)  Run, from DOS, command UPDATE       (Initial run creates a LASTDATE.CNF
  57.     record of destination drive + directory parameters, plus present date:
  58.     a) Floppy destination drive-letter D
  59.     b) Hard destination drive-letter D
  60.     c)*Destination directory organization:  M*= Mirror image [other disk]
  61.                         P*= Parallel [same disk]
  62.                         R*= Root dir only
  63.                 (* see User's Manual, PROLIX.DOC, p. 17ff)
  64.     d) Universal or Selective copy mode:    U = copy all
  65.                             S = copy/skip/delete at
  66.                             runtime
  67.     e) Present date:            integers DDMMYY
  68.     f) Present 24-hour time:        integers HHMM
  69.  
  70.